home *** CD-ROM | disk | FTP | other *** search
- object Statusform: TStatusform
- Left = 631
- Top = 408
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Please Wait...'
- ClientHeight = 225
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 417
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Filelabel: TLabel
- Left = 8
- Top = 72
- Width = 3
- Height = 13
- end
- object Totallabel: TLabel
- Left = 8
- Top = 128
- Width = 70
- Height = 13
- Caption = 'Total progress:'
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 184
- Width = 401
- Height = 9
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 3
- Height = 13
- end
- object Info2label: TLabel
- Left = 16
- Top = 40
- Width = 168
- Height = 13
- Caption = 'Press cancel to abort the operation.'
- end
- end
- object Fileprogressbar: TProgressBar
- Left = 8
- Top = 88
- Width = 401
- Height = 33
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object Totalprogressbar: TProgressBar
- Left = 8
- Top = 144
- Width = 401
- Height = 33
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object Cancelbutton: TButton
- Left = 168
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Default = True
- TabOrder = 3
- OnClick = CancelbuttonClick
- end
- end
-